home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / sklnk100.rdm < prev    next >
Text File  |  1996-02-22  |  807b  |  17 lines

  1. Short:    Links stdio to socket (AmiTCP/IP and AS225r2)
  2. Author:   Sam Yee (samy@sfu.ca | samy@res.com | fido: 1:153/765)
  3. Uploader: samy@sfu.ca
  4. Type:     comm/tcp
  5.  
  6. socklink basically links the standard input/output (stdio) to a TCP/IP
  7. socket connected to a host.  It reads data from a socket, writes it to
  8. standard  output.  Conversely, it reads from standard input and writes
  9. to  the socket.  It handles data asynchronously and in both directions
  10. simultaneously.   No  data  translation  is  performed.   This  "pipe"
  11. enables  BBS  users,  who  lack  Internet access, to use serial device
  12. based network clients (such IRC clients) through an Internet-connected
  13. Amiga BBS.
  14.  
  15. socklink  runs  on  most modern BBSes capable of standard Command Line
  16. Interface (CLI) doors.  It supports AmiTCP, AS225r2, and MLINK.
  17.